home *** CD-ROM | disk | FTP | other *** search
/ The 50th Anniversary of …National Assembly Library / The 50th Anniversary of the National Assembly Library.iso / end.dxr / 00002.ls next >
Encoding:
Text File  |  2002-02-18  |  257 b   |  14 lines

  1. on exitFrame me
  2.   global oldRes
  3.   mymember = sprite(1).member
  4.   myduration = member(1).duration
  5.   mymovietime = sprite(1).movieTime
  6.   if myduration > mymovietime then
  7.     go(the frame)
  8.   else
  9.     changeres(oldRes)
  10.     clearGlobals()
  11.     quit()
  12.   end if
  13. end
  14.